TouchMoved

public interface TouchMoved implements TouchEvent

An event indicating that one or more touch points have been moved.

Since

8.0.0

Types

Link copied to clipboard
public final class Builder
A builder of TouchMoved.

Functions

Link copied to clipboard
The touch points that contributed to the event.
Link copied to clipboard
Returns the keyboard modifiers applied.
Link copied to clipboard
public static TouchMoved.Builder newBuilder(List<TouchPoint> touches)
Creates a new TouchMoved builder with the given required parameters.
Link copied to clipboard
The touch points that have started on the target element of this event.
Link copied to clipboard
All touch points that are currently present on the screen.